home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
utilstem
/
bazic
/
bazc-psl.bat
< prev
next >
Wrap
DOS Batch File
|
1988-12-25
|
2KB
|
101 lines
echo off
bazic run
ECHO BAZIC executing file BAZC
ECHO
ECHO BAZIC.EXE runs this BAZC.BAT file to supplement the functions of
ECHO batch commands. The functions are
ECHO
ECHO ON ERRORLEVEL GOTO/GOSUB RETURN
ECHO INKEY/OUTKEY GET
ECHO STOP NEWPASSWORD NEW STACK
ECHO
ECHO see the accompanying document for details
ECHO
ECHO
goto loop
:help
ECHO type "M" to tell you what month it is
ECHO type "A" for my address
ECHO type (esc) to get out "H" for this help
bazic return from help
GOTO :ZZZ27
:loop
ECHO type "H" for help
bazic inkeyoutkey mM aA hH
bazic on error gosub exit month address help
GOTO exit
:ZZZ27
goto loop
:month
bazic get month
bazic on error gosub exit jan feb mar april may june july aug sept oct nov dec
GOTO dec
:ZZZ34
bazic return to menu
GOTO :ZZZ27
:jan
ECHO it's January. Happy new year!
bazic return from janus
:feb
ECHO it's February. What a short month.
bazic return from fabulous feb. NOTE: each return is distinctly different.
:mar
ECHO it's March. March, don't run.
bazic return from the army
:april
ECHO it's December. Ha ha. April fool.
bazic return from april
:may
ECHO it's May. Bridal suite and all.
bazic return from may day
:june
ECHO it's June. Alter and all.
bazic return from june
:july
ECHO it's July. Independence.
bazic return to dependency
:aug
ECHO it's August, Augustus.
bazic return from the heat
:sept
ECHO it's September. Brrrr.
bazic return, you wonderful summer
:oct
ECHO it's Oktoberfest time!
bazic return? Never!
:nov
ECHO it's a chilly November
bazic return to ice
:dec
ECHO it's Xmas December
bazic return those useless gifts.
GOTO :ZZZ34
:address
type bazc
ECHO type any key to continue
bazic inkey
bazic return from address
GOTO :ZZZ27
:exit
ECHO bye